Support UEFI networking protocols
authorMichael Chang <mchang@suse.com>
Mon, 9 Jan 2023 23:30:35 +0000 (18:30 -0500)
committerPeter Michael Green <plugwash@raspbian.org>
Sun, 28 Jul 2024 22:42:11 +0000 (22:42 +0000)
commita5269e2a211a71c7215e73bd170018ee6d1415b1
tree0d83cb39fb0713d65cf3060a29d341d546a2d04a
parentf7b83a84541a807e44c3186a9617a7ecee199737
Support UEFI networking protocols

References: fate#320130, bsc#1015589, bsc#1076132, rhbz#1732765
Co-authored-by: Peter Jones <pjones@redhat.com>
Co-authored-by: Sebastian Krahmer <krahmer@suse.com>
Co-authored-by: Javier Martinez Canillas <javierm@redhat.com>
Co-authored-by: Robbie Harwood <rharwood@redhat.com>
Signed-off-by: Peter Jones <pjones@redhat.com>
Signed-off-by: Michael Chang <mchang@suse.com>
Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
Signed-off-by: Robbie Harwood <rharwood@redhat.com>
Gbp-Pq: Topic network
Gbp-Pq: Name support-uefi-networking-protocols.patch
17 files changed:
grub-core/Makefile.core.def
grub-core/io/bufio.c
grub-core/kern/efi/efi.c
grub-core/net/drivers/efi/efinet.c
grub-core/net/efi/dhcp.c [new file with mode: 0644]
grub-core/net/efi/http.c [new file with mode: 0644]
grub-core/net/efi/ip4_config.c [new file with mode: 0644]
grub-core/net/efi/ip6_config.c [new file with mode: 0644]
grub-core/net/efi/net.c [new file with mode: 0644]
grub-core/net/efi/pxe.c [new file with mode: 0644]
grub-core/net/http.c
grub-core/net/net.c
include/grub/efi/api.h
include/grub/efi/dhcp.h [new file with mode: 0644]
include/grub/efi/http.h [new file with mode: 0644]
include/grub/net/efi.h [new file with mode: 0644]
util/grub-mknetdir.c